Add missing include/decl to ia64-specific hypervisor.h
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Wed, 14 Sep 2005 23:01:42 +0000 (17:01 -0600)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Wed, 14 Sep 2005 23:01:42 +0000 (17:01 -0600)
linux-2.6-xen-sparse/include/asm-xen/asm-ia64/hypervisor.h

index c1d9c21d56a1c84adbb14213d1e5977c81d4337e..879acbc7e028cb02eb028cdfb8c3466103d964d7 100644 (file)
@@ -41,4 +41,8 @@
 
 extern start_info_t *xen_start_info;
 
+void force_evtchn_callback(void);
+
+#include <asm/hypercall.h>
+
 #endif /* __HYPERVISOR_H__ */